home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D GFX
/
3D GFX.iso
/
amiutils
/
e_h
/
gfx2grob
/
installscript
< prev
Wrap
Text File
|
1995-12-30
|
629b
|
39 lines
; Script file to install gfx2grob & iff.library
FailAt 20
Echo "*niff.library Installation Script*n"
Copy /gfx2grob/gfx2grob C:gfx2grob
Echo "*ngfx2grob copied to your C: directory."
Version >NIL: LIBS:iff.library
If NOT ERROR
Echo "Version of iff.library already installed:"
Version LIBS:iff.library
Echo ""
EndIf
Ask "Install iff.library (v23.2) ?"
If NOT WARN
Skip Aborted
EndIf
Copy /gfx2grob/libs/iff.library LIBS:iff.library
Echo "*niff.library copied to your Libs: directory."
Lab INSTALLED
Echo "Installation complete.*n"
Skip END
Lab ABORTED
Echo "*nInstallation aborted!*n"
Lab END
Wait 5
EndCLI >NIL: